home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_542_convertdata.txt < prev   
Encoding:
Text File  |  1994-07-30  |  370 b   |  9 lines

  1. function ConvertData(dataName, dataStr, typeStr : Str255; min, max : real) : boolean;
  2.  
  3. Converts from one data type to another.
  4.  
  5. dataName = Data window name to convert.
  6. dataStr = Which maximum and minimum to use for convertion:  TYPE, DATA, CUSTOM.
  7. typeStr = Type of conversion: BYTE, INTEGER, LONGINT, and REAL.
  8. min, max = The max and min to use when converting custom.
  9.